Skip to content

PO-2083 Add missing onboarding details fields in each libs #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

UgoLambert
Copy link
Contributor

No description provided.

@UgoLambert UgoLambert self-assigned this Apr 1, 2025
/// </summary>
/// <value>Whether to skip the financial institution selection step</value>
[DataMember(Name = "skipFinancialInstitutionSelection", EmitDefaultValue = false)]
public bool SkipFinancialInstitutionSelection { get; set; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the type be bool?? By just using bool, because of EmitDefaultValue = false, the field won't be serialised when its value is false.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I did the change ;)

@UgoLambert UgoLambert merged commit 452ca87 into master Apr 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants